ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory Class / CreateStrokeStyle Method / CreateStrokeStyle(StrokeStyleProperties,Single[]) Method

In This Topic
    CreateStrokeStyle(StrokeStyleProperties,Single[]) Method
    In This Topic
    HRESULT ID2D1Factory::CreateStrokeStyle([In] const D2D1_STROKE_STYLE_PROPERTIES* strokeStyleProperties,[In, Buffer, Optional] const float* dashes,[In] unsigned int dashesCount,[Out, Fast] ID2D1StrokeStyle** strokeStyle)
    Syntax
    'Declaration
     
    Public Overloads Function CreateStrokeStyle( _
       ByRef strokeStyleProperties As StrokeStyleProperties, _
       ByVal dashes() As Single _
    ) As StrokeStyle
    public StrokeStyle CreateStrokeStyle( 
       ref StrokeStyleProperties strokeStyleProperties,
       float[] dashes
    )

    Parameters

    strokeStyleProperties
    dashes
    See Also